home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / texttors / nyedit21 / macros.arc / MENUBAR.MNU < prev    next >
Encoding:
Text File  |  1988-07-09  |  749 b   |  45 lines

  1. This is a sample menubar for some of ME's editing functions.
  2.  
  3. MENUBAR me COLOR 23
  4. {
  5. File
  6. MENU
  7. {
  8.   Exit                  ->exit
  9. }
  10. Edit
  11. MENU
  12. {
  13.   Delete Line           ->delline
  14.   Insert Line           ->insline
  15.   Append Line           ->append_line
  16. }
  17. Search
  18. MENU
  19. {
  20.   Search Forward        ->fsearch
  21.   Search Backward       ->rsearch
  22.   Subst Forward         ->fsubst
  23.   Subst Backward        ->rsubst
  24.   Case Ignore           ->ignore_case
  25. }
  26. Window
  27. MENU
  28. {
  29.   Open Horizontally     ->open_window
  30.   Open Vertically       ->open_vertical
  31. }
  32. Macros
  33. MENU
  34. {
  35.   Define Kbd Macro      ->capture
  36.   Replay Kbd Macro      ->play_macro
  37. }
  38. Misc
  39. MENU
  40. {
  41.   Shell to DOS          ->os_command
  42.   Options               ->options
  43. }
  44. }
  45.